home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / FAQs / SGIfaqs / MagnetoOptical-faq < prev    next >
Text File  |  1996-11-11  |  11KB  |  342 lines

  1.  
  2.  
  3.  
  4. Subject: Re: Can we read/write EOD's in DOS format?
  5.  
  6.  
  7. Try the man pages for:
  8.  
  9. filesystems: cdfs, dos, fat, efs, hfs, mac, iso9660, CD-ROM, 
  10.          kfs, nfs, RockRidge (4) - IRIX filesystem types
  11. mediad, cdromd, msdosd (1M) - handle removable media on the system
  12. to_dos, to_unix (1) - convert text files between MSDOS and UNIX
  13. fpck (1M) - check and repair either FAT (MSDOS) or HFS (MACINTOSH) file systems
  14. mkfp (1M) - construct a FAT (MSDOS) or HFS (MACINTOSH) file system
  15.  
  16.  
  17.  
  18.  
  19.        Frequently Asked Questions about Magneto-Optical
  20.          Disks on Silicon Graphics Computers
  21.  
  22.               Bob Miller <kbob@sgi.com>
  23.             Last updated: 8/30/94
  24.  
  25.  
  26. This document discusses issues involving Magneto-Optical removable
  27. disks (M-Os) under current releases of Irix, 5.2 and 5.3.
  28.  
  29. ======================================
  30. * Are M-O drives supported under Irix?
  31. --------------------------------------
  32.  
  33. Although SGI has not formally chosen any Magneto-Optical drives as an
  34. OEM product, nor have we formally tested any M-O drives, we believe
  35. that the the SCSI driver in IRIX does indeed provide base level
  36. support for M-O drives.  However, applications-level software such as
  37. the Indigo Magic desktop does not recognize M-O drives and media.
  38.  
  39. ======================================
  40. * What M-O drives and media can I use?
  41. --------------------------------------
  42.  
  43. Use a SCSI M-O drive.
  44.  
  45. We have used the following drive types successfully.
  46.  
  47.     Maxoptix Tahiti 2 and 3
  48.     Pinnacle Micro PMO-650
  49.     Sony SMO-S521
  50.  
  51. Other brands and models are likely to work as well.
  52.  
  53. Sony drives based on the 501 mechanism are not recommended.  Sony no
  54. longer ships 501 based drives, so current models should be okay.
  55.  
  56. The Sony SMO-S521 needs firmware rev. 2.03 or higher.
  57.  
  58. For EFS or HFS filesystems, you must use a cartridge formatted with
  59. 512 byte sectors.
  60.  
  61. ===============================
  62. * What SGI systems can use M-O?
  63. -------------------------------
  64.  
  65. All SGI systems.
  66.  
  67. =============================
  68. * What filesystem types work?
  69. -----------------------------
  70.  
  71. EFS works.  HFS works under Irix 5.3.  FAT has not been tested.  xFS
  72. has not been tested.
  73.  
  74. HFS is the Macintosh Hierarchical File System.  FAT is the filesystem
  75. used by PCs.  EFS is SGI's Extent File System, the same filesystem
  76. used on SGI's hard disks.  xFS is SGI's 64-bit filesystem.
  77.  
  78. ===============================
  79. * What software works with M-O?
  80. -------------------------------
  81.  
  82. The Irix kernel, drivers, and command line utilities work with M-O
  83. disks.  But objectserver, mediad, the desktop, and the GUI system
  84. administration tools don't support them.
  85.  
  86. In Irix 5.2, the GUI tools try to support M-O.  But they don't always
  87. work, and you'll get better results if you use the command line.
  88.  
  89. ==============================================================
  90. * How can I create a Macintosh filesystem on an M-O cartridge?
  91. --------------------------------------------------------------
  92.  
  93. Do it on a Mac.  You'll need a formatting utility, such as FWB's Hard
  94. Disk Toolkit or Drive7.
  95.  
  96. ======================================================
  97. * How can I use a Macintosh filesystem on an M-O disk?
  98. ------------------------------------------------------
  99.  
  100. You must be using Irix 5.3 or later.
  101.  
  102. As superuser, create a directory where the disk will be mounted.  You
  103. may use any directory name.  This example uses the name "/MO".
  104.  
  105.     # mkdir /MO
  106.  
  107. Mount the disk.  Use the whole-volume raw device.
  108.  
  109.     # /etc/mount -t hfs -o rw /dev/rdsk/dks0d7vol /MO
  110.  
  111.         (assuming M-O is at SCSI controller 0, ID 7)
  112.  
  113. ========================================================================
  114. * Can I use Macintosh disks with multiple partitions, encrypted data, or
  115.   password protection?
  116. ----------------------
  117.  
  118. No.  Irix will only see the first MacOS partition on the disk.  If the
  119. partition is encrypted, it won't be usable.
  120.  
  121. Irix ignores password protection.  Some Mac disk drivers encrypt
  122. password-protected disks.  You won't be able to use those filesystems
  123. at all on Irix.  Other Mac disk drivers do not encrypt the disks;
  124. you'll be able to use those file systems on Irix, but the password
  125. protection will be bypassed.
  126.  
  127. =============================
  128. * How do I eject an M-O disk?
  129. -----------------------------
  130.  
  131. You have to manually dismount the filesystem and manually eject the
  132. disk.  The command to dismount would be
  133.  
  134.     # /etc/umount /MO        (substitute your mount point)
  135.  
  136. WARNING.  If you eject the disk without dismounting it, you will
  137. probably corrupt the data on the disk and you will probably hang or
  138. crash Irix.
  139.  
  140. You have to manually eject the disk.  The eject command does not
  141. support M-O disks.
  142.  
  143. ===================================================
  144. * How can I format an M-O cartridge under Irix 5.2?
  145. ---------------------------------------------------
  146.  
  147. Use the program fx.  As the superuser, type this command, substituting
  148. your drive's controller number and SCSI ID for (0,7).
  149.  
  150.     # fx -x "dksc(0,7)"
  151.     fx version , Feb 14, 1994
  152.     ...opening dksc(0,7,)
  153.     ...controller test...OK
  154.     Can't get drive geometry, assuming 64 sectors/track
  155.     Can't get drive geometry, assuming 8 heads
  156.     Unable to get device geometry, assuming default
  157.     Scsi drive type == SONY    SMO-F521-00     2.03
  158.     fx: Warning - no sgilabel on disk
  159.     warning: can't read sgilabel on disk
  160.     creating new sgilabel
  161.  
  162.     ----- please choose one (? for help, .. to quit this menu)-----
  163.     [exi]t             [d]ebug/           [l]abel/           [a]uto
  164.     [b]adblock/        [exe]rcise/        [r]epartition/     [f]ormat
  165.     fx> format
  166.  
  167.     fx/format: Drive parameters to use in formatting = (current) 
  168.      * * * * * W A R N I N G * * * * *
  169.     about to destroy data on disk dksc(0,7,)! ok? yes
  170.     format will take approximately 15 minutes ...
  171.     Can't get drive geometry, assuming 64 sectors/track
  172.     Can't get drive geometry, assuming 8 heads
  173.     Unable to get device geometry, assuming default
  174.  
  175.     ----- please choose one (? for help, .. to quit this menu)-----
  176.     [exi]t             [d]ebug/           [l]abel/           [a]uto
  177.     [b]adblock/        [exe]rcise/        [r]epartition/     [f]ormat
  178.     fx> exit
  179.  
  180.     label info has changed for ....  write out changes? (yes) yes
  181.  
  182. Formatting typically takes from ten to thirty minutes.
  183.  
  184. ===================================================
  185. * How can I format an M-O cartridge under Irix 5.3?
  186. ---------------------------------------------------
  187.  
  188. Use the program fx.  As the superuser, type this command, substituting
  189. your drive's controller number and SCSI ID for (0,7).
  190.  
  191.     # fx -x -c "dksc(0,7)" FORMAT
  192.  
  193. Formatting typically takes from ten to thirty minutes.
  194.  
  195. =========================================================
  196. * How can I create an EFS filesystem on an M-O cartridge?
  197. ---------------------------------------------------------
  198.  
  199. Use the program fx to create the volume header.  As the superuser,
  200. type this command, substituting your drive's controller number and
  201. SCSI ID for (0,7).
  202.  
  203.     # fx "dksc(0,7)"
  204.     fx version 5.3, Aug 15, 1994
  205.     ...opening dksc(0,7,)
  206.     ...controller test...OK
  207.     Scsi drive type == SONY    SMO-F521-00     2.03
  208.  
  209.     ----- please choose one (? for help, .. to quit this menu)-----
  210.     [exi]t               [d]ebug/             [l]abel/
  211.     [b]adblock/          [exe]rcise/          [r]epartition/
  212.     fx> repartition/option
  213.  
  214.     Warning: you will need to re-install all software and restor...
  215.     from backups after changing the partition layout.  Changing ...
  216.     will cause all data on the drive to be lost.  Be sure you ha...
  217.     backed up if it contains any user data.  Continue? y
  218.  
  219.     ----- please choose one (? for help, .. to quit this menu)-----
  220.     [exi]t               [d]ebug/             [l]abel/
  221.     [b]adblock/          [exe]rcise/          [r]epartition/
  222.     fx> exit
  223.  
  224. Create the filesystem using this command, substituting your controller
  225. and SCSI ID for "s0d7".
  226.  
  227.     # mkfs /dev/rdsk/dks0d7s7
  228.  
  229. If you want to create multiple partitions or otherwise customize the
  230. partition table, refer to the fx(1M) man page.
  231.  
  232. =========================================================
  233. * Why does my Sony M-O get errors when I run /usr/bin/fx?
  234. ---------------------------------------------------------
  235.  
  236. If you get errors during the controller test, you need new firmware.
  237. Upgrade the drive's firmware to at least revision 2.03.
  238.  
  239. =================================================
  240. * How can I use an EFS filesystem on an M-O disk?
  241. -------------------------------------------------
  242.  
  243. You have to manually mount it and dismount it.  You must be careful
  244. never to eject the disk while the filesystem is mounted.
  245.  
  246. As superuser, type this command to mount
  247.  
  248.     # /etc/mount /dev/dsk/dks0d7s7 /MO
  249.  
  250. =================================================
  251. * How can I make a cartridge mount automatically?
  252. -------------------------------------------------
  253.  
  254. If you want to leave a particular cartridge in the disk drive and have
  255. it mount every time you boot, put an entry into /etc/fstab.  E.g., for
  256. an EFS filesystem,
  257.  
  258.     /dev/dsk/dks0d7s7 /MO efs rw 0 0
  259.  
  260. For an HFS filesystem,
  261.  
  262.     /dev/rdsk/dks0d7vol /MO hfs rw 0 0
  263.  
  264. See the fstab(4) manual page for more info.
  265.  
  266. If you want to have disks automatically mount whenever they are
  267. inserted, you're out of luck.  Mediad does that, and mediad doesn't
  268. recognize M-O's.
  269.  
  270. ===============================================================
  271. * How can I mount an M-O cartridge without superuser privilege?
  272. ---------------------------------------------------------------
  273.  
  274. There is a free program, mountMO, that allows you to do exactly that.
  275. It was written by Kent Landfield <kent@sparky.imd.sterling.com> and
  276. Alan Hewat <hewat@ill.fr>.
  277.  
  278. >From the mountMO manual page:
  279.  
  280.     Mountmo allows a user who is not the superuser to mount a
  281.     Magneto-Optic (MO) drive.  The drive is mounted on the directory
  282.     /modrive.  The mount point /modrive must be a directory and not a
  283.     symbolic link to a directory. The drive can be mounted as readonly
  284.     using the -r option.  The eject button is disabled until the disk
  285.     is dismounted with the command "umountmo".
  286.  
  287. On the Internet, you can get mountMO from this URL.
  288.  
  289.     ftp://viz.tamu.edu/pub/sgi/hardware/mountmo.c
  290.  
  291. mountMO is also distributed on SGI's Developer's Toolkit CD-ROM.
  292.  
  293.  
  294. On Wed, Oct 19, "Jacky Romano" wrote:
  295.  
  296.   > A question came form a customer - Can we read/write Eraseable Optical
  297.   > Disks in DOS format, so one can transfer data to/from PC's. Do you
  298.   > have other ideas about media one can use to move ~500 MEG files to a
  299.   > PC.
  300.  
  301.   -- David Youatt, dpy@sgi.com, 508/562-4800 x353
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.